home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DATAUTIL / DPROG131.LZH / README.BAT < prev    next >
DOS Batch File  |  1990-05-08  |  2KB  |  49 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO  
  6. ECHO  
  7. ECHO  
  8. ECHO  
  9. ECHO Before using dPROG, you must install it on a hard disk or 2 floppy disks.
  10. ECHO For installation instructions, type  INSTALL  and press Enter.
  11. ECHO  
  12. ECHO          AFTER you install dPROG, log onto the disk that contains
  13. ECHO          the file WALKTHRU.TXT. To print the documentation, type:
  14. ECHO  
  15. ECHO                       COPY WALKTHRU.TXT PRN [Enter]  
  16. ECHO  
  17. ECHO  
  18. ECHO  
  19. pause
  20. cls
  21. ECHO  
  22. ECHO  
  23. ECHO                             --- IMPORTANT ---
  24. ECHO  
  25. ECHO  
  26. ECHO Before running  the  programs on this disk,  make a backup copy of the disk.
  27. ECHO Insert  this  disk in drive A: and a blank, formatted disk in drive B:  Then
  28. ECHO enter:
  29. ECHO                           DISKCOPY A: B: [Enter].
  30. ECHO  
  31. ECHO Use this command  even if you have only one floppy disk drive.  When you are
  32. ECHO prompted to insert the target disk,  remove the this disk from drive
  33. ECHO A: and insert a blank disk. (See your DOS manual for details).
  34. ECHO  
  35. ECHO       -----------------------------------------------------------------
  36. ECHO       SPECIAL NOTE * * * * IF YOU HAVE 3.5" DRIVES * * * * SPECIAL NOTE
  37. ECHO       -----------------------------------------------------------------
  38. ECHO  
  39. ECHO Some computers, especially laptops,  will not make a backup with the DISKCOPY
  40. ECHO command. If this occurs, use the COPY command to backup  your  disks.  Insert
  41. ECHO your disk in drive A: and a blank formatted disk in drive B:  Then enter:
  42. ECHO  
  43. ECHO                            COPY A:*.* B:  [Enter].
  44. ECHO  
  45. ECHO  
  46. ECHO  
  47. PAUSE
  48. CLS
  49.